type runtime.gcControllerState

26 uses

	runtime (current package)
		mgcpacer.go#L90: var gcController gcControllerState
		mgcpacer.go#L92: type gcControllerState struct {
		mgcpacer.go#L371: func (c *gcControllerState) init(gcPercent int32, memoryLimit int64) {
		mgcpacer.go#L386: func (c *gcControllerState) startCycle(markStartTime int64, procs int, trigger gcTrigger) {
		mgcpacer.go#L492: func (c *gcControllerState) revise() {
		mgcpacer.go#L600: func (c *gcControllerState) endCycle(now int64, procs int, userForced bool) {
		mgcpacer.go#L697: func (c *gcControllerState) enlistWorker() {
		mgcpacer.go#L764: func (c *gcControllerState) assignWaitingGCWorker(pp *p, now int64) (bool, int64) {
		mgcpacer.go#L861: func (c *gcControllerState) findRunnableGCWorker(pp *p, now int64) (*g, int64) {
		mgcpacer.go#L901: func (c *gcControllerState) releaseNextGCMarkWorker(pp *p) {
		mgcpacer.go#L917: func (c *gcControllerState) resetLive(bytesMarked uint64) {
		mgcpacer.go#L939: func (c *gcControllerState) markWorkerStop(mode gcMarkWorkerMode, duration int64) {
		mgcpacer.go#L954: func (c *gcControllerState) update(dHeapLive, dHeapScan int64) {
		mgcpacer.go#L976: func (c *gcControllerState) addScannableStack(pp *p, amount int64) {
		mgcpacer.go#L988: func (c *gcControllerState) addGlobals(amount int64) {
		mgcpacer.go#L993: func (c *gcControllerState) heapGoal() uint64 {
		mgcpacer.go#L1002: func (c *gcControllerState) heapGoalInternal() (goal, minTrigger uint64) {
		mgcpacer.go#L1048: func (c *gcControllerState) memoryLimitHeapGoal() uint64 {
		mgcpacer.go#L1190: func (c *gcControllerState) trigger() (uint64, uint64) {
		mgcpacer.go#L1276: func (c *gcControllerState) commit(isSweepDone bool) {
		mgcpacer.go#L1336: func (c *gcControllerState) setGCPercent(in int32) int32 {
		mgcpacer.go#L1385: func (c *gcControllerState) setMemoryLimit(in int64) int64 {
		mgcpacer.go#L1439: func (c *gcControllerState) addIdleMarkWorker() bool {
		mgcpacer.go#L1467: func (c *gcControllerState) needIdleMarkWorker() bool {
		mgcpacer.go#L1474: func (c *gcControllerState) removeIdleMarkWorker() {
		mgcpacer.go#L1494: func (c *gcControllerState) setMaxIdleMarkWorkers(max int32) {